Skip to content

[pull] master from ghostunnel:master#91

Merged
pull[bot] merged 3 commits into
Kiterepo:masterfrom
ghostunnel:master
May 30, 2026
Merged

[pull] master from ghostunnel:master#91
pull[bot] merged 3 commits into
Kiterepo:masterfrom
ghostunnel:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 30, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

csstaub and others added 3 commits May 27, 2026 22:21
Switch all CI workflows from pinned go-version values to
go-version-file: go.mod with check-latest: true so the toolchain
follows the module's declared minimum. Drop single-element version
matrices that no longer carry information. Remove the dead
GO_VERSION=... prefix from the test:docker invocation (Test.Docker
in magefile.go never read it).

Add the docker package-ecosystem entry to dependabot so Dockerfile
golang base images receive automated bumps. Reorder checkout/setup-go
steps so go.mod is on disk when setup-go reads it.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Replace go-version-file: go.mod + check-latest: true with go-version: stable
across every setup-go invocation. With go-version-file, setup-go resolved
to the latest patch of the minor declared in go.mod (1.25.x) and would not
pick up new minor releases until go.mod was bumped. go-version: stable
queries the live version manifest and resolves to the current stable Go
release, so CI follows upstream automatically.

Drop the 1.26 pin from Dockerfile-alpine, Dockerfile-debian, and
Dockerfile-distroless in favor of golang:alpine / golang:bookworm floating
tags. Dockerfile-test no longer carries an ARG GO_VERSION default; it
builds from golang:latest. The header comment's --build-arg example goes
with it.

Drop the docker package-ecosystem entry from dependabot.yml that the
previous commit added. With floating tags there is no version for
Dependabot to bump, so the entry is a no-op.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Automatically use latest stable Go version in builds
@pull pull Bot locked and limited conversation to collaborators May 30, 2026
@pull pull Bot added the ⤵️ pull label May 30, 2026
@pull pull Bot merged commit 81215aa into Kiterepo:master May 30, 2026
6 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant